home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Developer's Kit 1996
/
Delphi Developer's Kit 1996.iso
/
power
/
dllswd
/
demopswd.dpr
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-22
|
217 b
|
14 lines
program Demopswd;
uses
Forms,
Maindemo in 'MAINDEMO.PAS' {DemoForm};
{$R *.RES}
begin
Application.Title := 'Demo PassWord';
Application.CreateForm(TDemoForm, DemoForm);
Application.Run;
end.